Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump testnet release version #230

Merged
merged 3 commits into from
Jul 26, 2024

Conversation

maxrobot
Copy link
Contributor

@maxrobot maxrobot commented Jul 26, 2024

Chore: bump to testnet version

Summary by CodeRabbit

  • New Features

    • Introduced structures for querying and managing auction results and validator rewards.
    • Added new request/response types for querying token metadata and owners.
    • Enhanced governance features with new proposal handling and cancellation options.
    • Implemented new message types for blacklisting Ethereum addresses.
  • Improvements

    • Improved clarity and functionality of the authorization and banking modules with new fields and structures.
    • Updated existing structures for better data handling, such as introducing decimals for token operations.
  • Documentation

    • Enhanced documentation comments for better understanding of parameters and structures.

Copy link

coderabbitai bot commented Jul 26, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

The recent changes enhance the functionality and clarity of various modules within the Injective Protocol. Key modifications include the introduction of new data structures for managing grants, auctions, and Ethereum addresses, along with improved documentation for existing structures. These updates aim to streamline interactions, improve governance, and facilitate more precise financial operations, ultimately enriching user experience and system capabilities.

Changes

File Change Summary
packages/injective-protobuf/src/proto/mod.rs Reordered module declarations for improved structure.
packages/injective-std/Cargo.toml Updated version number from 1.12.10-testnet-rc2.2 to 1.13.2-testnet.
packages/injective-std/src/types/cosmos/authz/v1beta1.rs Renamed request types, replaced MsgExecResponse with MsgGrantResponse, and added compatibility structures.
packages/injective-std/src/types/cosmos/bank/module/v1.rs Renamed blocked_module_accounts to blocked_module_accounts_override and added restrictions_order field.
packages/injective-std/src/types/cosmos/bank/v1beta1.rs Added decimals field to Metadata, expanded query functionalities with new request/response types.
packages/injective-std/src/types/cosmos/base/node/v1beta1.rs Enhanced ConfigResponse, introduced StatusRequest and StatusResponse structures.
packages/injective-std/src/types/cosmos/base/query/v1beta1.rs Updated type_url attributes for PageRequest and PageResponse.
packages/injective-std/src/types/cosmos/base/v1beta1.rs Added deprecation notices for IntProto and DecProto.
packages/injective-std/src/types/cosmos/distribution/v1beta1.rs Introduced MsgDepositValidatorRewardsPool and its response type for reward management.
packages/injective-std/src/types/cosmos/feegrant/v1beta1.rs Added structures for pruning allowances.
packages/injective-std/src/types/cosmos/gov/v1.rs Significant updates to proposal handling, including new message types and parameters.
packages/injective-std/src/types/cosmos/gov/v1beta1.rs Improved documentation for GenesisState struct fields.
packages/injective-std/src/types/cosmos/staking/v1beta1.rs Updated documentation comments for clarity in delegation-related structs.
packages/injective-std/src/types/cosmwasm/wasm/v1.rs Added QueryBuildAddressRequest and Response for querying contract addresses.
packages/injective-std/src/types/injective/auction/v1beta1.rs Introduced LastAuctionResult, added query capabilities for last auction results.
packages/injective-std/src/types/injective/exchange/v1beta1.rs Expanded structs for grants and market operations, added new messages for grant management.
packages/injective-std/src/types/injective/insurance/v1beta1.rs Added EventInsuranceWithdraw structure for handling insurance withdrawals.
packages/injective-std/src/types/injective/oracle/v1beta1.rs Introduced new structures for price management and querying.
packages/injective-std/src/types/injective/peggy/v1.rs Added message types for managing Ethereum address blacklisting.
packages/injective-std/src/types/injective/permissions/v1beta1.rs Introduced EventSetVoucher, restructured role management data.
packages/injective-std/src/types/injective/tokenfactory/v1beta1.rs Added decimals field to GenesisDenom and MsgCreateDenom.
packages/injective-std/src/types/injective/wasmx/v1.rs Introduced register_contract_access field in Params for contract access control.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant System
    participant Module
    User->>System: Request to manage grants
    System->>Module: Process grant management request
    Module-->>System: Return grant management response
    System-->>User: Provide grant management result
Loading

🐇 In the world of code, where rabbits hop,
New features abound, we can't stop!
Grants and auctions, our tools now shine,
With each little change, the future is fine!
So let’s jump for joy, make some cheer,
For the magic of coding is finally here! 🎉


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@gorgos gorgos merged commit 1919a2c into dev Jul 26, 2024
4 checks passed
@gorgos gorgos deleted the f/injective-std/release/testet-13.2.0 branch July 26, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants